[GET] ~/vehicles/count/byvariants?variants[0]={variants[0]}&variants[1]={variants[1]}&template={template}&path={path}

Returns the number of vehicles which match the provided array of s. The variants must be passed as an array using the json property named variants.

Request Information

URI Parameters

NameDescriptionType
variants

The variants.

Collection of string

This value is required and must not be omitted.

template

The template.

string

path

The path is optional.

string

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

An enumerator that allows foreach to be used to process the series in this collection.

An instance of: Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]